TbsPolyglotManager Class

Langs property

The Langs property is a read only property that allows to access a list of currently available languages. The number of languages can be obtained with LangCount property.

Syntax

property Langs[Index: Integer]: string read;

Index - a zero based index of currently available languages;

Result  - a name of language. It is a file name of appropriate LNG file without extension.

See also

LangCount